forked from laravel/docs
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
測試合併 #505
Open
flamerecca
wants to merge
343
commits into
laravel-taiwan:11.x
Choose a base branch
from
laravel:11.x
base: 11.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
測試合併 #505
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update errors directory in url generation docs * Use named arguments in `view` method
…ist (#9758) Move "Spatie Once Package" item to Medium Impact Changes according to the detail part: "Likelihood Of Impact: Medium"
This is in line with the Google HTML guide and with other files in the framework. https://google.github.io/styleguide/htmlcssguide.html#HTML_Validity
* Example of `assertSent` to email address * Update mail.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Update outdated return type * Update contracts table * Remove deprecated `ImplicitRule` from contracts table
* Add slash to `redirect()` helper method * Update pennant.md
* Update octane.md --max-requests=1 will not work because the number of workers will be bigger than 1 > The number of maximum requests is per worker, and by default, FrankenPHP starts many workers (2 times the number of CPUs). laravel/octane#816 (comment) * Update octane.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Update tables * Fix quotes * Update `<x-mail::table>` examples * Add overflow-auto div to tables * Update requests.md
Co-authored-by: Xurshudyan <[email protected]>
* Update docs with information about the whereLike query * Update queries.md * Update queries.md --------- Co-authored-by: Taylor Otwell <[email protected]>
All documentation uses lowercase for `like` operator: https://laravel.com/docs/11.x/queries https://laravel.com/docs/11.x/eloquent-relationships
* Update database.md * Update database.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Document process count configuration for Horizon * Update horizon.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add missing steps for enabling Xdebug in Laravel Sail docs * formatting * formatting --------- Co-authored-by: Taylor Otwell <[email protected]>
change `Feature::for($user)->loadAll();` to `Feature::for($users)->loadAll();`
The documentation incorrectly suggests using ``:url="$payLink"`` with ``<x-paddle-button>``. However, this should be ``:checkout="$checkout"`` as per ``<x-paddle-button>`` component code source
* Move `toHtmlString()` to fluent strings * Update strings.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* update sail to add valkey * add valkey to supported services in installation doc * Update sail.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Add note about CSRF token encoding * Update sanctum.md * Update sanctum.md --------- Co-authored-by: Taylor Otwell <[email protected]>
#10094) * Update validation.md RFC 4122 has been made obsolete by RFC 9562 which the uuid rule does actually implement. So uuid validation rule docs should be updated to reflect that change * Update validation.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Update dusk.md Update documentation of assertAttributeMissing and assertAttributeDoesntContain * Update dusk.md
Checkout::guest() expects an array, not a string: https://github.com/laravel/cashier-paddle/blob/5019728a54604c9fede22c7162d33f8cf7a820d9/src/Checkout.php#L33
* adds documentation for pint --diff * Update pint.md --------- Co-authored-by: Taylor Otwell <[email protected]>
feat(docs): Expand S3-compatible storage options in file storage documentation - Updated the file storage documentation to include additional S3-compatible storage services. - Added references to Amazon S3, MinIO, DigitalOcean Spaces, Akamai / Linode Object Storage, Vultr Object Storage, and Hetzner Cloud Storage. - Ensured all links are accurate and point to the respective service documentation.
* Add pessimistic locking extended example * Update queries.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Example of deleting all rows in table * Update eloquent.md --------- Co-authored-by: Taylor Otwell <[email protected]>
* Note about client sharding only with predis * Update redis.md --------- Co-authored-by: Taylor Otwell <[email protected]>
Mention the newly added phpredis config options that users are able to specify (see: laravel/framework#54191)
…luminate\Routing\Controller` (#10123) * Add warning regarding using `HasMiddleware` interface and extends `Illuminate\Routing\Controller`. fixes laravel/framework#54181 Signed-off-by: Mior Muhammad Zaki <[email protected]> * Update controllers.md --------- Signed-off-by: Mior Muhammad Zaki <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.